type net.conf

5 uses

	net (current package)
		conf.go#L19: type conf struct {
		conf.go#L38: 	confVal  = &conf{goos: runtime.GOOS}
		conf.go#L42: func systemConf() *conf {
		conf.go#L118: func (c *conf) canUseCgo() bool {
		conf.go#L124: func (c *conf) hostLookupOrder(r *Resolver, hostname string) (ret hostLookupOrder) {